home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
4_0
/
FLOATING
/
VERSION_.NOT
< prev
Wrap
Text File
|
1991-02-17
|
1KB
|
32 lines
Floating Window 1.0 - Limited Release
===================
Initial release of code
Floating Window 1.1 - Limited Release
===================
1) Many new routines added for floating window management.
2) When dragging a window that was not the front with the cmd-key
was down, the dragging area is now calculated correctly.
3) When windows are closed, the next window is now properly hilited.
4) SelectWindow now sets up activate events instead of calling activate
procedure directly.
5) Slight speed up of code.
Floating Window 1.2 - Limited Release
===================
1) ShowFloats now brings up the last floating window.
2) CloseTheWindow and DisposeTheWindow now generate activate events for
the newly exposed windows.
Floating Window 1.3 - Initial release to public
===================
1) topWindow reference added and no longer calculated
2) dragRect initialized and stored instead of calculated every time
3) New routines: UpdateTopWindow and UpdateFloats for management
of internal variables
4) SelectTheWindow now makes the window visible if it isn't when called
5) Small bug that could sometimes leave a picture of the window on the
screen when DragTheWindow was called has been fixed